Students should know about directions (Left, Right, forward and backward), Simple if.
Exercises
Exercise:1
Add three sprites (One person, chick and rabbit). Chick and rabbit are going to have a running race from one end of the stage to the other end. The person sprite asks the question "Who should win the race?". If the user chooses a chick, the chick should move faster than the rabbit and be the winner. Otherwise, the rabbit should move faster than the chick and be the winner. Write a scratch code to do this.
The Blockly Maze activities are optional. Children can play for all long as they are interested and have time.
Teachers can initially help the students to complete these levels, if required.
In exercise 1 (i.e. race) ask the children to think about how the race will end. Possibilities are (a) when a sprite crosses X=300. (b) a fourth finish line sprite and when a sprite touches the finish line. Other options are also possible. Also how does one stop everything with a message when the race ends.
Points to Ponder: There are many maze puzzles where you enter through one door and have to exit through another. There are also real-life mazes in many places with hedges grown above the height of a human. I.e. You cannot see the full maze. What is a strategy to solve such mazes. Keep to the left or keep to the right is one good strategy. Ask children to think about that and validate it in some maze games! Observe that this is the strategy we used to solve Maze Level 10.